.pdp_related_tags {
  padding: 30px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .pdp_related_tags {
    padding: 109px 0 126px 0;
    background-color: #f5f2f0;
  }
}
.pdp_related_tags .rich-text h3 {
  font-weight: 600;
}
.pdp_related_tags ul {
  display: flex;
  flex-wrap: wrap;
}
.pdp_related_tags a {
  min-height: 50px;
  font-family: "roobert_light";
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .pdp_related_tags a {
    margin-right: 1.875rem;
    padding: 1.875rem 2.5rem;
  }
}
.pdp_related_tags a::first-letter {
  text-transform: uppercase;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .pdp_related_tags li {
    display: inline-block;
  }
}
.pdp_related_tags .load-more {
  width: max-content;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .pdp_related_tags .load-more {
    margin-top: 22px;
  }
}
.pdp_related_tags .load-more span {
  border: 2px solid #BFF355;
  font-size: 20px;
  font-family: "roobert_regular";
  line-height: 20px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  width: max-content;
}
@media (max-width: 767px) {
  .pdp_related_tags .load-more span {
    background-color: #BFF355;
    font-size: 2.5rem;
    line-height: 20px;
    font-family: "roobert_light";
    height: 60px;
  }
}
.pdp_related_tags .load-more span::after {
  content: "+";
  font-size: 5rem;
  line-height: 0;
  margin-left: 15px;
  font-family: "roobert_regular";
}
@media (max-width: 767px) {
  .pdp_related_tags .container .row:nth-child(3) .load-more {
    margin-top: 16px !important;
  }
}
.pdp_related_tags .container .row:nth-child(3) .groups_items {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .pdp_related_tags .container .row:nth-child(3) .groups_items {
    margin-bottom: 30px;
  }
}
.pdp_related_tags .container .row:nth-child(3) ul li:last-child a {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .pdp_related_tags .container .row:nth-child(3) ul li:last-child a {
    margin-bottom: 16px !important;
  }
}